Search guix IRC channel logs

These are the channel logs matching your query gcrypt`

2022-12-20[23:40:13] <vagrantc> e.g. a more compatible implementation such as wolfssl or gcrypt or ...
2022-12-17[14:41:35] <yarl> "/gnu/store/zzr7hqy2xp9zjrrwsgypbhyzpxbsg97q-guile-gcrypt-0.3.0.drv"))" or "(run-with-store (open-connection) (lambda (store) (values (valid-path? store
2022-12-17[14:41:35] <yarl> "/gnu/store/zzr7hqy2xp9zjrrwsgypbhyzpxbsg97q-guile-gcrypt-0.3.0.drv") store)))"
2022-12-17[14:43:09] <yarl> "/gnu/store/zzr7hqy2xp9zjrrwsgypbhyzpxbsg97q-guile-gcrypt-0.3.0.drv"))
2022-12-17[14:43:34] <yarl> (run-with-store (open-connection) (lambda (store) (values (valid-path? store "/gnu/store/zzr7hqy2xp9zjrrwsgypbhyzpxbsg97q-guile-gcrypt-0.3.0.drv") store)))
2022-11-30[15:50:52] <jonsger> civodul: guix 1.3.0 should work with guile-gcrypt 0.4.0 or?
2022-11-30[16:26:39] <jonsger> ACTION has updated guile-gcrypt at openSUSE :)
2022-11-13[08:52:24] <yarl> I tried to open the file that contains the module (guix import texlive) and use `geiser-load-current-buffer` but it fails with "no code for module (gcrypt hash)". And it seems that's not always the case.
2022-11-13[08:57:02] <yarl> Ok, "no code for module (gcrypt hash)" error again. Is it known?
2022-11-06[10:11:42] <unmatched-paren> as you might expect, guix packages a lot of guile libraries; ``guix search guile'' shows guile-lzma, guile-zlib, guile-reader, guile-lzlib, guile-lib, guile-for-loops, guile-cv, guile-bytestructures, guile-gnome, guile-zstd, guile-threading-macros, guile-sqlite3, guile-smc, guile-readline, guile-jwt, guile-json, guile-git, guile-g-golf, guile-fibers, guile-dsv, guile-dbi, guile-commonmark, guile-bash, guile-sdl2, guile-gcrypt, guile-cairo, gu
2022-09-25[11:42:24] <minima> the error i get with the above attempt is: 'no code for module (gcrypt hash)'
2022-09-17[18:00:54] <two[m]> gonna autoremove guile-3.0 guile-3.0-libs guile-bytestructures guile-gcrypt guile-git guile-gnutls guile-json guile-lzlib guile-sqlite3 guile-ssh guile-zlib libc-dev-bin libc-devtools libc6-dev libcrypt-dev libexporter-tiny-perl libgc1 libgcrypt20-dev libgit2-1.3 libgit2-dev libgpg-error-dev libguile-ssh13 libhttp-parser-dev libhttp-parser2.9 liblist-moreutils-perl liblist-moreutils-xs-perl liblz-dev liblz1 libmbedtls-dev libmbedtls14
2022-08-27[09:50:50] <unmatched-paren> sudo ./pre-inst-env guix system reconfigure => no code for (gcrypt hash)
2022-08-27[10:24:06] <unmatched-paren> well, if you don't have guile, you probably don't have guile-json, guile-gcrypt, guile-git, guile-zlib, guile-zstd, guile-ssh, guile-lzlib, guile-lzma, guile-sqlite3, guile-lib, or guile-avahi either :)
2022-08-09[02:17:11] <vagrantc> guix 1.3.0-5 from debian backtraces https://paste.debian.net/1249735/ ... no code for module (gcrypt hash)
2022-06-11[23:25:22] <foobarxyz> guile-gcrypt            0.3.0           out     /gnu/store/60jl4xry9c93j9l0rr7nkvbw7dihjz4k-guile-gcrypt-0.3.0
2022-05-25[03:41:19] <KarlJoad> bjc: Ok. Used losetup to get a device to work with, formatted, and mounted. But the system init fails with the (gcrypt hash) module having no code.
2022-05-25[03:44:15] <bjc> oh wait. you may need the guile-gcrypt module installed
2022-05-25[03:47:08] <bjc> there's no guile-gcrypt in there, though
2022-05-25[03:49:03] <KarlJoad> And I get no code for module (gcrypt hash).
2022-05-25[03:51:08] <bjc> i'm still on the “you'll need to (with-imported-modules (gcrypt hash))” train, since it's not built-in to guile
2022-05-25[03:55:24] <bjc> then i'm not sure anymore. it sounds to me like you need to slurp (gcrypt hash) over to the builder side, but that should be done automatically by the normal code
2022-04-21[21:16:43] <mbakke> jts: yes, many projects have a 'guix.scm' that you can build by 'guix build -f guix.scm'; see e.g. https://notabug.org/cwebber/guile-gcrypt/src/master/guix.scm
2022-04-06[18:10:26] <civodul> aartaka: hi! this may be a setup issue with guile-gcrypt
2022-04-06[18:10:39] <civodul> er, how did you install guile-gcrypt?
2022-02-23[20:55:53] <djeis> When I try to write code against guix geiser seems to automatically find my current guix but it complains that it can't find the (gcrypt hash) module- am I missing something obvious?
2022-02-18[21:35:51] <vivien> sneek, later tell civodul my gcrypt ECC problem was because I did not set the rfc6979 flag in the data sexp, and I used "dsa" as a signature type instead of the expected "ecdsa"
2022-02-17[22:02:35] <vivien> Does someone have an example in gcrypt to verify an ECC (DSA) signature with literal sexps? Same question for RSA PSS?
2022-02-17[22:04:55] <civodul> vivien: did you check the gcrypt manual? i think it contains examples like that
2022-02-17[22:11:25] <civodul> vivien: you're looking at guile-gcrypt.info rather than gcrypt.info, no?
2022-02-17[22:12:35] <vivien> Oh the info manual for gcrypt has a lot more options that what I have on the internet
2022-02-17[22:24:01] <vivien> civodul, for instance, this doesn’t work: https://vivien.planete-kraus.eu/gcrypt-ecc.scm
2022-02-17[22:27:19] <civodul> info "(gcrypt) Cryptographic Functions"
2022-02-01[11:38:09] <jeko> Guile Config, Guile Hall, Guile Reference, Guile-Gcrypt, …
2022-01-29[16:33:34] <vivien> guile-gcrypt has a really strange behavior when generating small-sized RSA keys
2022-01-29[16:34:52] <vivien> Up to 64 bits it complains that it’s less than 16 and aborts (!), starting at 65 it works, but sometimes for less than 64 bits it simply raises an exception and I get: In procedure generate-key: gcrypt: Échec de l'autotest
2022-01-11[10:33:19] <xelxebar> Oh... (gcrypt hash)
2022-01-11[10:34:33] <notmaximed> in "guix repl": ,m (guix scripts hash) <newline> ,apropos port-sha256 <newline> --> (gcrypt hash): port-sha256 ...
2021-12-22[00:12:09] <nckx> Oh, I think I also updated guile-gcrypt for good measure, another untested variable :)
2021-12-22[01:45:22] <roptat> nckx, no, I suppose something to do with guile-gcrypt
2021-12-14[20:59:42] <acrow> Hmmm... I don't understand why git clone <guix.git>; ./bootstrap && ./configure ends with cannot find libgcrypt. guile-gcrypt as well as libgcrypt are in my profile?
2021-12-14[21:02:13] <nckx> I got that when [I deduced that] my guile-gcrypt was older than my guix.
2021-12-09[10:11:21] <civodul> here's an example: https://notabug.org/cwebber/guile-gcrypt/src/master/guix.scm
2021-12-09[17:30:07] <attila_lendvai> mbakke, for now i just hot-patched guix-module-name? :) but somehow it introduces "no code for module (gcrypt hash)" while `guix system vm ...` is building. investigating...
2021-12-01[18:11:34] <jpoiret> doesn't look like there was an update to libgcrypt or guile-gcrypt
2021-10-27[18:02:15] <lfam> I went to check on the supported algorithms in guile-gcrypt, based on this page: https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-hash.html#Invoking-guix-hash
2021-10-27[18:03:17] <lfam> `guix build guile-gcrypt` ftw
2021-10-27[18:04:32] <civodul> "info guile-gcrypt"
2021-10-27[18:04:46] <civodul> so you really have to check (gcrypt hash)
2021-10-26[14:56:32] <jpoiret> let me add `reverse-string` in guile gcrypt
2021-09-23[20:55:41] <hackeryarn> So I am trying to setup a guix dev environment in emacs. I followed the steps in the manual, and the guix stuff loads, but now I'm getting `no code module for (gcrypt hash)`. What is the correct way to make the code for dependencies like that available to geiser?
2021-09-11[18:53:45] <gcrypt-hasher> Hi Guix
2021-09-11[18:53:49] <gcrypt-hasher> no code for module (gcrypt hash)
2021-09-11[18:54:11] <gcrypt-hasher> I'm getting that error after I try to bootstrap a new guix tree
2021-09-11[18:54:45] <gcrypt-hasher> I found this thread and tried the things mentioned: https://lists.gnu.org/archive/html/bug-guix/2018-12/msg00130.html
2021-09-11[18:54:54] <gcrypt-hasher> but to no avail
2021-09-11[18:55:54] <gcrypt-hasher> I didn't try Ludo's suggestion because it requires guix system ....
2021-09-11[18:56:08] <gcrypt-hasher> I'm on a foreign distro
2021-09-11[18:56:15] <gcrypt-hasher> any suggestions
2021-09-11[18:56:18] <gcrypt-hasher> ?
2021-09-11[18:59:04] <gcrypt-hasher> here's the full error: https://paste.debian.net/1211366/
2021-09-11[18:59:30] <gcrypt-hasher> any help is much appreciated
2021-09-11[19:03:24] <maximed> gcrypt-hasher: Do you have Guile-Gcrypt installed on your foreign distro?
2021-09-11[19:14:31] <gcrypt-hasher> maximed: Yes, I have guix installed
2021-09-11[19:14:51] <gcrypt-hasher> guile-gcrypt is part of guix's native-inputs
2021-09-11[19:15:19] <maximed> gcrypt-hasher: Are you running "./pre-inst-env ..." from within the environment?
2021-09-11[19:15:22] <gcrypt-hasher> so, I'd imagine that I don't have to install it seperately
2021-09-11[19:15:27] <gcrypt-hasher> yup
2021-09-11[19:15:41] <gcrypt-hasher> that's how I got the error in the first place
2021-09-11[19:15:53] <gcrypt-hasher> see me running the command in the paste above
2021-09-11[19:16:48] <gcrypt-hasher> maximed: I did the usuall steps with ./bootstrap, etc...
2021-09-03[13:54:43] <attila_lendvai> civodul, when i try: sudo ./pre-inst-env guix system reconfigure /etc/guix/config.scm => no code for module (gcrypt hash)
2021-09-03[15:04:50] <attila_lendvai> roptat, if i run it as-is, then it's missing my other channel that is required for my config. if i prefix it with sudo, i get: no code for module (gcrypt hash)
2021-08-19[18:40:26] <Telc[m]> is this a thing for anyone else """profile contains conflicting entries for guile-gcrypt...hint: Try upgrading both `emacs-guix' and `guix', or remove one of them from the profile""" ?
2021-08-19[18:52:12] <roptat> from what I see, emacs-guix and guix share the same guix-gcrypt propagated input
2021-08-19[18:58:39] <roptat> mh... I don't understand why you get that message, it's literally the same guile-gcrypt package...
2021-07-30[10:51:07] <civodul> i see you went with Nettle; did you consider using guile-gcrypt?
2021-07-30[11:06:44] <vivien> civodul, I did, but I couldn’t understand how that works, plus nettle had a really good clear manual. I can switch to guile-gcrypt, if I understand how it works.
2021-07-30[11:07:52] <civodul> vivien: guile-gcrypt has a manual too ("info guile-gcrypt"), but i'm interested if you have feedback on that!
2021-07-30[11:20:40] <vivien> civodul, it’s not very exhaustive (that’s just because the project is a binding for gcrypt, so it’s expected for its manual to only cover the scheme part), and I don’t know what form a "guile" sexp takes to be converted to a "canonical" sexp. The best help for me would be if it had further examples about sexps vs canonical sexps, how to access the RSA and ECC parameters, how to sign and verify signatures, and have the
2021-06-19[13:55:59] <tschilptschilp23> guile-gcrypt gnutls guile-sqlite3 guile-zlib guile-lzlib guile-avahi \
2021-06-19[13:56:43] <tschilptschilp23> ```guix guile-gcrypt gnutls guile-sqlite3 guile-zlib guile-lzlib guile-avahi \
2021-06-08[22:55:58] <ixmpp> see i have my repo, pushed to remote, couple branches. i also have another clone of it, where i use a specific other branch and git-remote-gcrypt to push that branch to the same remote. so, seemingly, i have a repo with several unencrypted branches and one encrypted branch, except the remote doesn't show the encrypted one
2021-05-17[23:00:17] <apteryx> guile + guile-gcrypt, and then the configure.ac needs to be massaged a bit it seems
2021-04-23[17:05:31] <civodul> note that some things do move out of Guix, like guile-zlib, guile-gcrypt, define-json-mapping, etc.
2021-04-18[22:07:56] <raghavgururajan> nij: Wait what? They how come you for gcrypt error while running ./pre-inst-env
2021-04-18[22:11:12] <nij> raghavgururajan: [2] without --pure ===> no code for module (gcrypt hash)
2021-03-26[19:38:14] <genr8_> oof. I ran a command "guix pack --localstatedir --profile-name=current-guix guix" and it completely ruined all my profiles somehow. I can't even get the guix command to run now, "no code for module (gcrypt hash)"
2021-03-20[00:44:24] <charles`> and like raghavgururajan said, I have to run that reconfigure as root? I get "no code for module (gcrypt hash)"
2021-03-14[15:24:26] <avichi> guile-gcrypt-0.2.1, guile-json-3.2.0, etc.
2021-02-13[01:54:51] <nckx> joshuaBP`: Oh, that's a good question. I don't know of a list, but off the top of my head: gnutls/gcrypt, lzlib, sqlite, zlib (maybe libbz2 as well?), libssh...
2021-01-22[12:37:15] <GNUtoo> --with-branch=guile-gcrypt=master \
2020-12-24[11:34:55] <cbaines> raghavgururajan, does ./pre-inst-env guile -c "(use-modules (gcrypt hash))" work?
2020-12-24[11:37:55] <cbaines> Ok, sounds like you're missing Guile gcrypt
2020-12-24[11:40:59] <cbaines> Guix, the software, has a dependency on Guile gcrypt, which you seem to be missing
2020-12-21[00:14:09] <sneek> lfam, dftxbs3e says: removing that third-party channel fixes that gcrypt bug
2020-12-20[12:47:18] <dftxbs3e> sneek later tell lfam, removing that third-party channel fixes that gcrypt bug
2020-12-19[21:39:38] <dftxbs3e> how do you solve/workaround that gcrypt issue that prevents upgrades?
2020-12-18[17:58:32] <jonsger> civodul: a question regarding 6a060ff: in which case do I need to this "import-module/with-extensions guile-gcrypt" dance?
2020-12-18[18:00:09] <mbakke> jonsger: with-extensions is for guile modules that depend on C libraries such as 'guile-gcrypt'; with-imported-modules is for making any regular Guile module available.